Feature: Feature 8
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 13.838s |
Scenario: Editar, publicar, consultar un page
Before
0m 1.789s
Given
I navigate to page "http://localhost:2368/ghost"
0m 1.103s
And
I wait for 1 seconds
0m 1.455s
When
I enter the username "<EMAIL_USER1>"
0m 0.620s
And
I enter the password "<PASSWORD_USER1>"
0m 0.524s
And
I click on Sign in button
0m 0.541s
And
I wait for 1 seconds
0m 1.528s
And
I go to pages
0m 0.561s
And
I go to create new page
0m 0.546s
And
I enter a new title "My awesome page title " for page
0m 0.485s
And
I enter a new body "My body page" for page
0m 0.599s
And
I go back to the pages list
0m 0.655s
And
I go to edit a page
0m 3.426s
+ Show Error
Error: Can't call click on element with selector ".ember-view permalink.gh-list-data.gh-post-list-button" because element wasn't found
at implicitWait (/Users/benitozaratepalomec/Documents/MISW4103-202215-Equipo19/Kraken/node_modules/webdriverio/build/utils/implicitWait.js:34:19)
at async Element.elementErrorHandlerCallbackFn (/Users/benitozaratepalomec/Documents/MISW4103-202215-Equipo19/Kraken/node_modules/webdriverio/build/middlewares.js:20:29)
at async Element.wrapCommandFn (/Users/benitozaratepalomec/Documents/MISW4103-202215-Equipo19/Kraken/node_modules/@wdio/utils/build/shim.js:137:29)
at async PagesPage.goToEditPage (/Users/benitozaratepalomec/Documents/MISW4103-202215-Equipo19/Kraken/features/web/step_definitions/page_objects/pages-page.js:43:16)
at async KrakenWorld.<anonymous> (/Users/benitozaratepalomec/Documents/MISW4103-202215-Equipo19/Kraken/features/web/step_definitions/step.js:105:12)
And
I enter a new body "My body page update automatically" for page
0m 0.000s
And
I publish page
0m 0.000s
And
I wait for 10 seconds
0m 0.000s
After
0m 0.006s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost"
And
I wait for 1 seconds
When
I enter the username "<EMAIL_USER1>"
And
I enter the password "<PASSWORD_USER1>"
And
I click on Sign in button
And
I wait for 1 seconds
And
I go to pages
And
I go to create new page
And
I enter a new title "My awesome page title " for page
And
I enter a new body "My body page" for page
And
I go back to the pages list
And
I go to edit a page
And
I enter a new body "My body page update automatically" for page
NO IMAGE AVAILABLE
And
I publish page
NO IMAGE AVAILABLE
And
I wait for 10 seconds
NO IMAGE AVAILABLE
After
NO IMAGE AVAILABLE